AT-NFC  2.1 (win)
AT-NFC kernel set
KER_HAL_Options.h
Go to the documentation of this file.
1 #ifndef KER_HAL_OPTIONS_H
2 #define KER_HAL_OPTIONS_H
3 
4 /* ******************************* HAL OPTIONS declaration ********************************* */
8 /* ***************************************************************************************** */
9 
10 /* ***************************************************************************************** */
22 #define KER_HAL_IMP_OPTIONS_CONTACT
23 #define KER_HAL_IMP_OPTIONS_CONTACTLESS
32 #define IFD_TYPE_NA ((KER_INT32U)0)
33 #if defined(KER_HAL_IMP_OPTIONS_CONTACT)
34 #define IFD_TYPE_CONTACT ((KER_INT32U)1)
35 #endif
36 #if defined(KER_HAL_IMP_OPTIONS_CONTACTLESS)
37 #define IFD_TYPE_CONTACTLESS ((KER_INT32U)2)
38 #endif
45 #endif /* KER_HAL_OPTIONS_H */